home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / mongol_fiere.swf / scripts / frame_11 / PlaceObject2_108_112 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2007-01-15  |  289b  |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.l1 + _root.l2 + _root.l3 + _root.l4 + _root.l5 + _root.l6 + _root.l7 == _root.letters)
  3.    {
  4.       setProperty("_root.grattis", _visible, true);
  5.       _root.victory = true;
  6.       tellTarget(_root)
  7.       {
  8.          nextFrame();
  9.       }
  10.    }
  11. }
  12.